home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / proa5102 / vbtools.txt < prev    next >
Text File  |  1999-03-02  |  1KB  |  34 lines

  1. More Visual Basic Tools by Aivosto Oy
  2. -------------------------------------
  3.  
  4. * Project Analyzer shows the structure of a project graphically, and
  5.   lets you browse your code as hypertext. It detects problems, like unused
  6.   variables, dead code, missing variable types, name conflicts, and events
  7.   missing code. It also provides several software engineering metrics.
  8.  
  9. * DBtoVB Wizard generates code for creating a new database "skeleton". It
  10.   reads the structure of an existing database and makes the code for your
  11.   "File|New database" function.
  12.  
  13. * DB Lock monitors the lock status of your Access database. See how your
  14.   database application behaves in a multiuser situation. You can also
  15.   manually lock tables for testing purposes.
  16.  
  17. * RegExpr for VB is a regular expressions library for parsing strings.
  18.   Full support for all regular expression features (Perl, egrep etc.
  19.   syntax).
  20.  
  21. * Eval for VB is an expression evaluator library. Calculates all
  22.   expressions that are accepted in VB's compiler constants. Useful for
  23.   calculating formulas given by user.
  24.  
  25. * LinkGraph OCX displays graphs. Easy to use for building tree structures.
  26.  
  27.  
  28. To find demos of these professional Visual Basic tools, point your
  29. browser to VBShop! 
  30.  
  31. http://www.aivosto.com/vb.html
  32. vbshop@aivosto.com
  33.  
  34.